Welcome![Sign In][Sign Up]
Location:
Search - dll class

Search list

[Other resourceCChessSource

Description: 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直 接替换 Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代 CChessThinker.dll 本源代码可以自由传播,随意修改,自由增加广告。-Chinese Chess network source version of Visual C# 2005 studio, C# development of the China Chess network version, with artificial intelligence, use artificial playing chess, computer staff, computer chess model participated in the competition. Published use ClickOnce to your website, could only choose on-line operation, allows gamers only on your website to play games. A total of three items : Game is the main item; CChessThinker is written in C AI DLL class library; Thinker is written in C# DLL, but simply a CChessThinker Packaging. purpose is to allow some friends directly with C# development of artificial intelligence DLL direct replacement Thinker.dll , making procedures degree of intelligence have been raised. If the C-language development, such as the artificial intelligence libr
Platform: | Size: 168408 | Author: 张巍 | Hits:

[Other resourcej_9901_CChess

Description: Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直 接替换 Thinker.dll,使得程序的智能程度得到提高。如果用C++等语言开发出来的人工智能类库就直接替代 CChessThinker.dll 本源代码可以自由传播,随意修改,自由增加广告。 -Visual Studio 2005, C# development of the China Chess network version, with artificial intelligence, use artificial playing chess, computer staff, computer chess model participated in the competition. Published use ClickOnce to your website, could only choose on-line operation, allows gamers only on your website to play games. A total of three items : Game is the main item; CChessThinker is written in C AI DLL class library; Thinker is written in C# DLL, but simply a CChessThinker Packaging. purpose is to allow some friends directly with C# development of artificial intelligence DLL direct replacement Thinker.dll , making procedures degree of intelligence have been raised. If the C-language development, such as the artificial intelligence library on direct replacement CChessThinker.dll
Platform: | Size: 173509 | Author: 宋雅彧 | Hits:

[Windows DevelopVC-DLL-CLASS

Description: VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例。
Platform: | Size: 43262 | Author: xiaolin | Hits:

[Com PortPCommDLLCSharp调用包

Description: C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0 namespace NewPort { public class OperPComm { [DllImport("PComm.dll", EntryPoint = "sio_open")] public static extern int sio_open(int port); [DllImport("PComm.dll", EntryPoint = "sio_ioctl")] public static extern int sio_ioctl(int port,int baud , int mode); [DllImport("PComm.dll", EntryPoint = "sio_DTR")] public static extern int sio_DTR (int port, int mode);
Platform: | Size: 28304 | Author: wzwgeorge | Hits:

[Com Portzmodemclass

Description: 支持zmodem通讯协议的包装类- Supports the zmodem communication agreement the packing class
Platform: | Size: 25600 | Author: 站长 | Hits:

[GUI DevelopSdiCViewDll_src

Description: 一个使用dll中的文档视图类的例子--An example of using document view class in dll
Platform: | Size: 39936 | Author: 站长 | Hits:

[GUI Develop10_1615

Description: GUI类库--ClassXP,该类库是用C++ + sdk写的代码,其结果体现的就是编译程序小巧、运行快速的特点-GUI class libraries-- ClassXP, is the Class C sdk writing code, and the results reflected in the translation program is small, fast running characteristics
Platform: | Size: 145408 | Author: 孙安志 | Hits:

[VC/MFCVisual C++ 新起点

Description: 新起点共有9章:vc++6概述,vc6开发环境,面向对象编程基础,c++语言间接,windows编程间接,MFC基础及通用类,文档及视图,对话框与控件以及DLL,DDE,activeX等高级话题-new starting point for a total of nine chapters : vc six overview vc6 development environment, based on object-oriented programming, C language indirectly, windows programming indirect, based MFC and generic class, and view files, and dialog controls and DLL, DDE, activeX senior topic
Platform: | Size: 15895552 | Author: 林中营 | Hits:

[CommunicationCFSerialTerm

Description: vb.net 串口元件 CFSerialClass.dll使用增加參考項目即可-vb.net serial CFSerialClass.dll components can be used to increase the reference project
Platform: | Size: 62464 | Author: yachu | Hits:

[Software Engineeringclass

Description: 单班同学录系统 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin-Single-class background Classmates systems management: http:// URL/admin/default administrator: admin Password: admin
Platform: | Size: 625664 | Author: 张明 | Hits:

[Windows DevelopVC-DLL-CLASS

Description: VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例。-VC Examples of dynamic-link library procedures, including dynamic link library (call type) the generation and call examples.
Platform: | Size: 5760000 | Author: xiaolin | Hits:

[Process-ThreadDynamicDllLoading_demo

Description: dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obtained. Destroy() will unload the DLL from process memory.
Platform: | Size: 11264 | Author: wowbellon | Hits:

[Windows DevelopVC_DLL_code_export_design_

Description: VC编程DLL导出类设计经典代码VC programming DLL code to export class design classics -VC programming DLL code to export class design classics
Platform: | Size: 28672 | Author: d | Hits:

[Delphi/CppBuilderDelphi-dll

Description: delphi封装dll学习,如何在dll里面封装类,在exe中调dll中的类对像-dll delphi package to learn how to package the dll inside the class, dll in the exe in the transfer of the image in the class
Platform: | Size: 94208 | Author: newdream | Hits:

[OtherDLL-class

Description: DLL类的集合,一般DLL类模块板都是用它修改成的-DLL class collection of general board DLL modules are modified to use it
Platform: | Size: 29696 | Author: wu peng | Hits:

[CommunicationJava-to-call-VC-PP-DLL

Description: Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS export function DLL, which both can be used for Java to access the serial port GPS, can also be used in VC++ to access the serial port GPS, to achieve a Java and VC++ shared dynamic link library design.
Platform: | Size: 207872 | Author: rocky | Hits:

[Communicationdll

Description: 导出dll的类,这是一份源代码,可以用来有效的知道你怎么编写d-export dll class
Platform: | Size: 54272 | Author: 张帆 | Hits:

[Windows DevelopDLL

Description: C++写的一个DLL文件 用vc++6.0编译 ,用vc调用DLL来对两个数字比较大小 。作为课堂作业非常合适。(A DLL file written by c++ is compiled with vc++ 6.0, and the vc calls the DLL to compare the two Numbers. As a class assignment, it's perfect.)
Platform: | Size: 14272512 | Author: 银色丝线 | Hits:

[OtherDll劫持,源码生成器,带源码

Description: 劫持类 取自吾爱论坛 很不错的东西................(I love my class from the hijacked forum is a good thing)
Platform: | Size: 2088960 | Author: 神的荣耀 | Hits:

[Other易语言调用c++的dll类中方法函数

Description: 很简单的实现调用C++中类方法(A very simple implementation of the class method in C++)
Platform: | Size: 51200 | Author: 岁月天空 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net